Source(s)
sudo find /usr/lib -iname '*boost*.so.1.*' -exec bash -c 'sudo ln -s ${1##*/} ${1/%1.83.0/1.74.0}' _ {} \;
- this can also be used to execute multiple arguments within the bash command line
Source(s)
sudo find /usr/lib -iname '*boost*.so.1.*' -exec bash -c 'sudo ln -s ${1##*/} ${1/%1.83.0/1.74.0}' _ {} \;